projects
/
gtk4.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f8ee4cf
)
build: Use the correct path to the header of the wayland and x11 backends
author
Corentin Noël
<corentin.noel@collabora.com>
Thu, 3 Dec 2020 09:02:03 +0000
(10:02 +0100)
committer
Corentin Noël
<corentin.noel@collabora.com>
Thu, 3 Dec 2020 09:02:03 +0000
(10:02 +0100)
gtk/meson.build
patch
|
blob
|
history
diff --git
a/gtk/meson.build
b/gtk/meson.build
index f4539ca95d88b420854c49d5d9f7bfb752871d9e..ffadb282670017d68295d3247d53ffed7049f596 100644
(file)
--- a/
gtk/meson.build
+++ b/
gtk/meson.build
@@
-1159,7
+1159,7
@@
if build_gir
includes: [ gdk_gir[0], 'xlib-2.0', ],
install: true,
dependencies: gdk_gir_dep,
- header: 'gdk/gdkx.h',
+ header: 'gdk/
x11/
gdkx.h',
extra_args: gir_args,
)
gtk_dep_sources += gdk_x11_gir
@@
-1176,7
+1176,7
@@
if build_gir
includes: [ gdk_gir[0], ],
install: true,
dependencies: gdk_gir_dep,
- header: 'gdk/gdkwayland.h',
+ header: 'gdk/
wayland/
gdkwayland.h',
extra_args: gir_args,
)
gtk_dep_sources += gdk_wayland_gir